instance variables - определение. Что такое instance variables
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое instance variables - определение

SIMPLE TYPE OF DATA DEDUPLICATION
Single Instance Store; Single instance store; Single Instance Storage; Single instance storage; Single instance; Single-instance; Singleinstance; Single instances; Single-instances; Singleinstances; Single instanced; Single-instanced; Singleinstanced; Single instance storing; Single-instance storing; Singleinstance storing; Single-instance store; Singleinstance store; Single instance stores; Single-instance stores; Singleinstance stores; Single instance stored; Single-instance stored; Singleinstance stored
Найдено результатов: 244
instance variable         
VARIABLE IN AN OBJECT THAT IS DEFINED BY ITS CLASS
<programming> In object-oriented programming, one of the variables of a class template which may have a different value for each object of that class. Instance variables hold the state of an object. (1998-01-16)
free variable         
  • Tree summarizing the syntax of the expression <math>\forall x\, ((\exists y\, A(x)) \vee B(z)) </math>
CLASSIFICATION OF VARIABLES IN A LOGIC FORMULA BASED ON WHETHER OR NOT THEY ARE INSIDE THE SCOPE OF A QUANTIFIER
Free variable; Bound variable; Variable binding operation; Variable-binding operation; Free variables; Bound variables; Unbound variable; Unbound variables; Variable-binding operator; Variable binding operator; Free and bound variables; Bound variable clash; Free and bound variable; Placeholder (computer programming); Free variables & bound variables; Free occurrence; Placeholder variable; Apparent variable
1. A variable referred to in a function, which is not an argument of the function. In lambda-calculus, x is a {bound variable} in the term M = x . T, and a free variable of T. We say x is bound in M and free in T. If T contains a subterm x . U then x is rebound in this term. This nested, inner binding of x is said to "shadow" the outer binding. Occurrences of x in U are free occurrences of the new x. Variables bound at the top level of a program are technically free variables within the terms to which they are bound but are often treated specially because they can be compiled as fixed addresses. Similarly, an identifier bound to a recursive function is also technically a free variable within its own body but is treated specially. A closed term is one containing no free variables. See also closure, lambda lifting, scope. 2. In logic, a variable which is not quantified (see quantifier).
bound variable         
  • Tree summarizing the syntax of the expression <math>\forall x\, ((\exists y\, A(x)) \vee B(z)) </math>
CLASSIFICATION OF VARIABLES IN A LOGIC FORMULA BASED ON WHETHER OR NOT THEY ARE INSIDE THE SCOPE OF A QUANTIFIER
Free variable; Bound variable; Variable binding operation; Variable-binding operation; Free variables; Bound variables; Unbound variable; Unbound variables; Variable-binding operator; Variable binding operator; Free and bound variables; Bound variable clash; Free and bound variable; Placeholder (computer programming); Free variables & bound variables; Free occurrence; Placeholder variable; Apparent variable
1. A bound variable or formal argument in a function definition is replaced by the actual argument when the function is applied. In the lambda abstraction x . M x is the bound variable. However, x is a free variable of the term M when M is considered on its own. M is the scope of the binding of x. 2. In logic a bound variable is a quantified variable. See quantifier.
Exchangeable random variables         
SEQUENCE OF RANDOM VARIABLES SUCH THAT, FOR ANY FINITE PERMUTATION OF THE INDICES, THE JOINT PROBABILITY DISTRIBUTION OF THE PERMUTED SEQUENCE EQUALS THAT OF THE ORIGINAL
Exchangeable events; Interchangeable random variables; Exchangeability; Exchangeable sequence; Exchangeable random variable; Exchangeable matrix; Exchangeable correlation matrix
In statistics, an exchangeable sequence of random variables (also sometimes interchangeable) is a sequence X1, X2, X3, ... (which may be finitely or infinitely long) whose joint probability distribution does not change when the positions in the sequence in which finitely many of them appear are altered.
Function of several real variables         
FUNCTION WITH MORE THAN ONE ARGUMENT, WITH ALL ARGUMENTS BEING REAL VARIABLES
Multivariate function; Real multivariate function; Several real variables; Real multivariable function; Functions of several real variables; Multi-variable function; Function of multiple real variables; Multivariable function
In mathematical analysis and its applications, a function of several real variables or real multivariate function is a function with more than one argument, with all arguments being real variables. This concept extends the idea of a function of a real variable to several variables.
Exchangeability         
SEQUENCE OF RANDOM VARIABLES SUCH THAT, FOR ANY FINITE PERMUTATION OF THE INDICES, THE JOINT PROBABILITY DISTRIBUTION OF THE PERMUTED SEQUENCE EQUALS THAT OF THE ORIGINAL
Exchangeable events; Interchangeable random variables; Exchangeability; Exchangeable sequence; Exchangeable random variable; Exchangeable matrix; Exchangeable correlation matrix
·noun The quality or state of being exchangeable.
Critical variable         
THERMODYNAMIC VARIABLES ASSOCIATED WITH CRITICAL POINTS
Critical variables
Critical variables are defined, for example in thermodynamics, in terms of the values of variables at the critical point.
Instance dungeon         
A REGION IN AN MMO VIDEO GAME PERSONAL TO YOU OR A GROUP OF SPECIFIC PEOPLE
Instanced dungeon; Instance zone; Instanced zone; Instanced dungeons; Instance dungeons; Instance Dungeon; Instanced World
In massively multiplayer online games, an instance is a special area, typically a dungeon, that generates a new copy of the location for each group, or for a certain number of players, that enters the area. Instancing, the general term for the use of this technique, addresses several problems encountered by players in the shared spaces of virtual worlds.
trial court         
TYPE OF COURT IN WHICH TRIALS TAKE PLACE
First instance; Trial courts; Court of First Instance; Trial court judge; Court of first instance; Courts of first instance; Trial judge; Trial Judge
n. the court which holds the original trial, as distinguished from a court of appeals. See also: trial
Multiple instance learning         
  • MIL Framework
Multiple-instance learning; Multiple Instance Learning; User:SonicTIM/sandbox; Draft:Multiple instance learning; Algorithms for multiple instance learning
In machine learning, multiple-instance learning (MIL) is a type of supervised learning. Instead of receiving a set of instances which are individually labeled, the learner receives a set of labeled bags, each containing many instances.

Википедия

Single-instance storage

Single-instance storage (SIS) is a system's ability to take multiple copies of content and replace them by a single shared copy. It is a means to eliminate data duplication and to increase efficiency. SIS is frequently implemented in file systems, e-mail server software, data backup, and other storage-related computer software. Single-instance storage is a simple variant of data deduplication. While data deduplication may work at a segment or sub-block level, single-instance storage works at the whole-file level and eliminates redundant copies of entire files or e-mail messages.